css-overview: Fix typo “{with=>which} is disabled”
authorDaniel Boles <dboles@src.gnome.org>
Thu, 22 Jun 2017 19:40:06 +0000 (20:40 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 22 Jun 2017 19:40:06 +0000 (20:40 +0100)
docs/reference/gtk/css-overview.xml

index 213338716c13c232d9d863739db22b959edb0a59..cf5b277433696c3fcdf81e4660f382fa04b4b937 100644 (file)
@@ -425,7 +425,7 @@ checkbutton:indeterminate {
           </row>
           <row>
             <entry>E:disabled</entry>
-            <entry>any E node which is part of a widget with is disabled</entry>
+            <entry>any E node which is part of a widget which is disabled</entry>
             <entry><ulink url="https://www.w3.org/TR/css3-selectors/#UIstates">CSS</ulink></entry>
             <entry>Corresponds to GTK_STATE_FLAG_INSENSITIVE; GTK+ also allows E:insensitive</entry>
           </row>